home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1997 January
/
Macworld (1997-01).dmg
/
Shareware World
/
Comms & Internet
/
Grant's CGI Framework
/
cgi test.txt
next >
Wrap
Text File
|
1996-08-27
|
673b
|
16 lines
set CGIResult to ""
with timeout of 99999 seconds
tell application "cgi-fat.acgi"
set CGIResult to CGI "path" method "POST" search "search+here" post ¬
"Field1=Some+text&field+2=%80that's+percent+80" client address ¬
"grant.mac.home" usermail "grant@acm.org" username "GRANT" password ¬
"TEST" server address "192.0.1.2" server port "80" script name "" referer ¬
"http://arpp.carleton.ca/cgi/framework/" user agent "AppleScript" content type ¬
"text/plain" action name "TEST" action path "" client IP "192.0.1.2" full request "" connection 1
end tell
end timeout
return CGIResult
--activate me
--display dialog CGIResult buttons {"OK"} default button 1